home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / WSPOPSSV.HDR < prev    next >
Text File  |  1994-04-25  |  1KB  |  42 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _WSPop_Scr_Save() --> lSuccess
  8.  
  9. PARAMETERS:
  10.  
  11. None
  12.  
  13. SHORT:
  14.  
  15. Save screen to user specified file in WordStar format.
  16.  
  17. DESCRIPTION:
  18.  
  19. _Pop_Scr_Save() is a screen capture utility that can be linked into your
  20. program and activated with a SET KEY TO call.  The function can also be
  21. called directly.
  22.  
  23. The screen is saved in generic DOS text format after supplying an eight
  24. character file name.
  25.  
  26. Returns TRUE if successfully saved, else FALSE
  27.  
  28. NOTE:
  29.  
  30. See also: _Pop_Scr_Save() which operates similarly, but with a plain ASCII
  31. text file.
  32.  
  33. EXAMPLE:
  34.  
  35. SET KEY ALT_F10 to _Pop_Scr_Save()
  36.  
  37. Result: When ALT-F10 is pressed, the user is prompted for a file name.  The
  38. screen contents (minus the file name prompt) are saved in a plain ASCII text
  39. file of the users choice name.
  40.  
  41. ******************************************************************************/
  42.